home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 January / PC Plus Super CD No55a (PCP-147A-1-99) (Disc 1) (1998).iso / full / cbuilder / DATA.Z / OCR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  482 b   |  15 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "OCR.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TOKRightDlg *OKRightDlg;
  9. //--------------------------------------------------------------------- 
  10. __fastcall TOKRightDlg::TOKRightDlg(TComponent* AOwner)
  11.     : TForm(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15.